From: Philipp Stephani Date: Fri, 19 Apr 2019 21:11:14 +0000 (+0200) Subject: ; * src/alloc.c (HAVE_MODULES): remove unused constant X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~3577 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f5776e0eac52133e66055a8436b0d02d5eaf0faf;p=emacs.git ; * src/alloc.c (HAVE_MODULES): remove unused constant --- diff --git a/src/alloc.c b/src/alloc.c index 7f0443dc2ea..c5c3fec3813 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4845,10 +4845,6 @@ maybe_lisp_pointer (void *p) return (uintptr_t) p % LISP_ALIGNMENT == 0; } -#ifndef HAVE_MODULES -enum { HAVE_MODULES = false }; -#endif - /* If P points to Lisp data, mark that as live if it isn't already marked. */